projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082c72d
)
; Fix typo in lispref
author
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 21 Aug 2017 02:31:25 +0000
(22:31 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 21 Aug 2017 02:31:25 +0000
(22:31 -0400)
* doc/lispref/variables.texi (Using Lexical Binding): Append an s.
doc/lispref/variables.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/variables.texi
b/doc/lispref/variables.texi
index 50739e6b5f17ee7f947f6aeb97680c33cf1cc30a..52d1f3bbf5e9396b3d86fc7b2e1c1dba43d45cc8 100644
(file)
--- a/
doc/lispref/variables.texi
+++ b/
doc/lispref/variables.texi
@@
-1186,7
+1186,7
@@
variable. The byte-compiler will also issue a warning if you use a
special variable as a function argument.
(To silence byte-compiler warnings about unused variables, just use
-a variable name that start with an underscore. The byte-compiler
+a variable name that start
s
with an underscore. The byte-compiler
interprets this as an indication that this is a variable known not to
be used.)